From 1dd304690d3a7505fd4987b863dbe7fe02bf5304 Mon Sep 17 00:00:00 2001 From: "john.levon@sun.com" Date: Fri, 8 Dec 2006 07:22:21 -0800 Subject: [PATCH] xm block-attach can take an optional 5th argument, show it in the help. Signed-off-by: John Levon --- tools/python/xen/xm/main.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/python/xen/xm/main.py b/tools/python/xen/xm/main.py index dff8253639..779b5280b8 100644 --- a/tools/python/xen/xm/main.py +++ b/tools/python/xen/xm/main.py @@ -138,9 +138,9 @@ SUBCOMMAND_HELP = { # device commands - 'block-attach' : (' ', + 'block-attach' : (' [BackDomain]', 'Create a new virtual block device.'), - 'block-configure': (' [BackDomId]', + 'block-configure': (' [BackDomain]', 'Change block device configuration'), 'block-detach' : (' ', 'Destroy a domain\'s virtual block device.'), -- 2.30.2